home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / Virtual.CD.v5.0.2.Network.Edition.WinALL / VCD502EG.exe / Program Files / Virtual CD v5 / API / examples / MFC / VcdAPITest / VcdAPITestDlg.h < prev   
Encoding:
C/C++ Source or Header  |  2002-05-13  |  1.6 KB  |  58 lines

  1. // VcdAPITestDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_VCDAPITESTDLG_H__A2F189BF_447D_4DF3_9237_E8DBBB2E66AF__INCLUDED_)
  5. #define AFX_VCDAPITESTDLG_H__A2F189BF_447D_4DF3_9237_E8DBBB2E66AF__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CVcdAPITestDlg dialog
  13.  
  14. class CVcdAPITestDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18.     CVcdAPITestDlg(CWnd* pParent = NULL);    // standard constructor
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CVcdAPITestDlg)
  22.     enum { IDD = IDD_VCDAPITEST_DIALOG };
  23.     BOOL    m_bVCDDebug;
  24.     //}}AFX_DATA
  25.  
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CVcdAPITestDlg)
  28.     protected:
  29.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.     void ShowVCDError(DWORD dwRC);
  35.     HICON m_hIcon;
  36.  
  37.     // Generated message map functions
  38.     //{{AFX_MSG(CVcdAPITestDlg)
  39.     virtual BOOL OnInitDialog();
  40.     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  41.     afx_msg void OnPaint();
  42.     afx_msg HCURSOR OnQueryDragIcon();
  43.     afx_msg void OnGetvcddriveletters();
  44.     afx_msg void OnVcddebug();
  45.     afx_msg void OnGetvcdfilefromdrive();
  46.     afx_msg void OnVcdeject();
  47.     afx_msg void OnGetvcdlasterror();
  48.     afx_msg void OnSetvcddriveletters();
  49.     afx_msg void OnVcdinsert();
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_VCDAPITESTDLG_H__A2F189BF_447D_4DF3_9237_E8DBBB2E66AF__INCLUDED_)
  58.